사이트 내 전체검색
PHP
검색목록
Creating Google OAuth API Keys and Developer Key
로빈아빠
https://cmd.kr/php/870 URL이 복사되었습니다.

본문

Creating Google OAuth API Keys and Developer Key

Google API lets you play with the core of Google system, by building queries, a client can access required data from various Google services, which can be used to build all types of Google based applications. Before sending API queries, a client application needs Google API keys. In this basic tutorial we will learn about obtaining Google API Keys and developer key from Google API console.


 

Create Client ID and Client Secret

  1. Sign-in to Google and go to Google API console,  click API Access on the left sidebar, click big blue button “Create an OAuth 2.0 Cliend ID“.
  2. A box should pop-up, enter your Project name and Product logo (optional), click next.
  3. Next choose your application type, usually it is Web application for websites.

     

  4. You should now be presented with Google Client ID and Client Secret on next page. You can use this information in your Google applications.

 

Creating Developer Key

Developer key is required to identify the project you’ve undertaken, such as you may be developing a custom Google Map or Analytics page etc. To keep track of its requests Developer Key is required. Let’s see how we can obtain Developer key for your project below.

  1. Click on Services link on left sidebar. Click on any status button to turn it on.
  2. Google Terms of Services page should appear on the next page, click accept button to proceed.
  3. Now go back to API access list by clicking API Access on the left sidebar. You should find another key listed below called Simple API Access. The API listed under it is your Developer key. Hope it helped, good luck.

Related Articles:

Set Authorized Redirect URIs in Google API consoleOrganizing Gmail With Filters & LabelsDisplaying Author Photo on Google SearchGenerate New Google Analytics IDGoogle Custom Search CSS style

 

댓글목록

등록된 댓글이 없습니다.

PHP
12 (1/1P)

Search

Copyright © Cmd 명령어 3.145.154.185